]> git.pld-linux.org Git - packages/ggradebook.git/blob - ggradebook.spec
- initial
[packages/ggradebook.git] / ggradebook.spec
1 Summary:        Ggradebook is the fully-featured GNU gradebook
2 Summary(hu.UTF-8):      Ggradebook egy lehetőségekben gazdag GNU osztálynapló
3 Name:           ggradebook
4 Version:        0.91
5 Release:        0.1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnu.org/gnu/ggradebook/%{name}-%{version}.tar.gz
9 # Source0-md5:  bd973100fd811ed0a16cf677719988bc
10 URL:            http://www.gnu.org/software/ggradebook/
11 BuildRequires:  gtk+-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Ggradebook is the fully-featured GNU gradebook; an application for
16 tracking student grades for teachers.
17
18 %description -l hu.UTF-8
19 Ggradebook egy lehetőségekben gazdag osztálynapló; egy alkalmazás,
20 amellyel 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
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT \
37
38
39 %clean
40 rm -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.087576 seconds and 3 git commands to generate.