]> git.pld-linux.org Git - packages/ggradebook.git/blame - ggradebook.spec
- initial
[packages/ggradebook.git] / ggradebook.spec
CommitLineData
1e398154
ZU
1Summary: Ggradebook is the fully-featured GNU gradebook
2Summary(hu.UTF-8): Ggradebook egy lehetőségekben gazdag GNU osztálynapló
3Name: ggradebook
4Version: 0.91
5Release: 0.1
6License: GPL
7Group: X11/Applications
8Source0: http://ftp.gnu.org/gnu/ggradebook/%{name}-%{version}.tar.gz
9# Source0-md5: bd973100fd811ed0a16cf677719988bc
10URL: http://www.gnu.org/software/ggradebook/
11BuildRequires: gtk+-devel
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15Ggradebook is the fully-featured GNU gradebook; an application for
16tracking student grades for teachers.
17
18%description -l hu.UTF-8
19Ggradebook egy lehetőségekben gazdag osztálynapló; egy alkalmazás,
20amellyel a tanárok nyilvántarthatják a diákok eredményeit.
21
22%prep
23%setup -q -n Ggradebook-%{version}
24
25%build
26%{__aclocal}
27%{__autoconf}
28%{__automake}
29%configure
30%{__make}
31
32%install
33rm -rf $RPM_BUILD_ROOT
34
35%{__make} install \
36 DESTDIR=$RPM_BUILD_ROOT \
37
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
44%doc AUTHORS NEWS README
45%attr(755,root,root) %{_bindir}/*
46# we skip %{_datadir}/Ggradebook/help dir and its content, because the README is same in the %doc section
47%dir %{_datadir}/Ggradebook
48%dir %{_datadir}/Ggradebook/pix
49%{_datadir}/Ggradebook/pix/*
This page took 0.115142 seconds and 4 git commands to generate.