]> git.pld-linux.org Git - packages/emma.git/commitdiff
- some obvious cosmetics
authoralchemyx <alchemyx@pld-linux.org>
Fri, 7 Sep 2001 15:59:36 +0000 (15:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- adapterized
- NFY

Changed files:
    emma.spec -> 1.2

emma.spec

index c4fcb0175719d46ea89fcbc3b2089a14b114e0c2..809e330f1f6fdfa29167e159fc41c73f6a72b3e3 100644 (file)
--- a/emma.spec
+++ b/emma.spec
@@ -1,44 +1,41 @@
-%define name emma
-%define version 0.8
-%define release 1
-%define prefix /usr
-%define builddir $RPM_BUILD_DIR/%{name}-%{version}
+Summary:       Money management program for Gnome/Gtk+
+Name:          emma
+Version:       0.8
+Release:       0
+License:       GPL
+Group:         Applications/Databases
+Group(de):     Applikationen/Dateibanken
+Group(pl):     Aplikacje/Bazy danych
+Source0:       %{name}-%{version}-1.tar.gz
+URL:           http://rainbow.mimuw.edu.pl/~la181249/
+BuildRequires: python-devel >= 1.5
+BuildRequires: gtk+-devel >= 1.2.0
+BuildRequires: gnome-libs-devel
 
-Requires: python >= 1.5 , gtk+ >= 1.2.0 , gnome-libs
-Summary: Money management program for Gnome/Gtk+
-Name: %{name}
-Version: %{version}
-Release: %{release}
-Copyright: GPL
-Distribution: N/A 
-Group: Applications/Databases
-Source: %{name}-%{version}-%{release}.tar.gz
-Buildroot: /var/tmp/%{name}-%{version}-%{release}-root
-URL: http://rainbow.mimuw.edu.pl/~la181249/
-Packager: Lukasz Anforowicz <lanfor@atr.bydgoszcz.pl>
 %description
-This program allows to easy manage your incomes and expenses.
-It is simple in design, but extensible through embeded python
-interface. Install it if you want to keep track of your money.
+This program allows to easy manage your incomes and expenses. It is
+simple in design, but extensible through embeded python interface.
+Install it if you want to keep track of your money.
 
 %prep
-%setup
+%setup -q
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" ./configure --prefix=%{prefix} 
-make
+%configure2_13
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make prefix=$RPM_BUILD_ROOT%{prefix} install
+%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
+%defattr(644,root,root,755)
 %doc ChangeLog README COPYING
-%{prefix}/bin/emma
-%{prefix}/share/locale/*/*/*
-%{prefix}/share/emma/*
-%{prefix}/share/gnome/apps/Applications/emma.desktop
-%{prefix}/share/gnome/help/emma/*
+%attr(755,root,root) %{_bindir}/emma
+%{_datadir}/locale/*/*/*
+%{_datadir}/emma/*
+%{_applnkdir}/Applications/emma.desktop
+%{_datadir}/gnome/help/emma/*
This page took 0.132814 seconds and 4 git commands to generate.