summaryrefslogtreecommitdiff
path: root/packages/rpm/gcstar.spec
blob: 5c90035e1a9817d582877debef880b5c5330061a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Initial spec file created by autospec ver. 0.8 with rpm 3 compatibility
Summary: GCstar, Collection manager
Name: gcstar
Version: 1.7.1
Release: 1
Group: Applications/Databases
License: GPL
Source: gcstar-%{version}.tar.gz
Requires: perl-Gtk2 >= 1.054
BuildRoot: %{_tmppath}/%{name}-root
URL: https://gna.org/projects/gcstar/
BuildArch: noarch

%description
GCstar - Application that can be used to manage some collections.

#%description -l fr
GCstar - Application permettant de gérer des collections.

%prep
#%setup -c RPM
%setup -q -n %{name}

%install
#%__cp -a . "${RPM_BUILD_ROOT-/}"
./install --prefix=${RPM_BUILD_ROOT}/usr/ >/dev/null


%clean
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf "$RPM_BUILD_ROOT"

%files
%defattr(-,root,root)
/usr/lib/gcstar/
/usr/share/gcstar/
/usr/man/man1/gcstar.1.gz
%attr(0755,root,root) /usr/bin/gcstar

%changelog
* Tue Feb 08 2005 Tian <tian@c-sait.net>
- Initial spec file created by autospec ver. 0.8 with rpm 3 compatibility