]> git.pld-linux.org Git - packages/gaby.git/commitdiff
- raw version.
authorkloczek <kloczek@pld-linux.org>
Sun, 7 May 2000 01:45:24 +0000 (01:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gaby.spec -> 1.1

gaby.spec [new file with mode: 0644]

diff --git a/gaby.spec b/gaby.spec
new file mode 100644 (file)
index 0000000..88128e9
--- /dev/null
+++ b/gaby.spec
@@ -0,0 +1,68 @@
+%define name gaby
+%define version 1.9.20
+%define release 1
+%define prefix /usr
+%define builddir $RPM_BUILD_DIR/%{name}-%{version}
+
+Summary: Gaby is a small personal databases manager. 
+Name: %{name}
+Version: %{version}
+Release: %{release}
+Group: X11/Gnome/Applications/Graphics/Productivity
+Copyright: GPL
+Url: http://gaby.netpedia.net
+Packager: Dag Wieers <dag@life.be>
+Distribution: N/A 
+Source: %{name}-%{version}.tar.gz
+Buildroot: /var/tmp/%{name}-%{version}-%{release}-root
+Requires: gtk+ >= 1.2.0
+
+%description
+Gaby is a small personal databases manager using GTK+ and Gnome (if available) 
+for its GUI. It was designed to provide straight-forward access to databases a
+'normal' user would like (addresses, books, ...) while keeping the ability to 
+easily create databases for other needs. On a technical side it was designed 
+with extensibility in mind and relies a lot on plug-ins. 
+
+%prep
+%setup
+
+%build
+CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --sysconfdir=/etc
+make
+
+%install
+make prefix=$RPM_BUILD_ROOT%{prefix} install-strip
+for F in `find $RPM_BUILD_ROOT%{prefix} -perm -111`
+do
+       strip $F || true
+done
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root)
+%doc AUTHORS BUGS COPYING ChangeLog Gabyrc INSTALL NEWS README 
+%doc README.translations README.upgrading TODO TODO.more gaby.lsm 
+%doc doc/*.sgml doc/C/*.sgml 
+%/etc/gaby
+%{prefix}/lib/gaby
+%{prefix}/share/gaby
+%attr(755,root,root) %{prefix}/bin/gaby 
+%attr(755,root,root) %{prefix}/bin/gabyprint 
+%attr(755,root,root) %{prefix}/bin/gbc 
+%attr(755,root,root) %{prefix}/bin/gcd 
+%attr(755,root,root) %{prefix}/bin/videobase 
+%attr(755,root,root) %{prefix}/bin/gnomecard 
+%attr(755,root,root) %{prefix}/bin/builder
+%{prefix}/share/locale/da/LC_MESSAGES/gaby.mo
+%{prefix}/share/locale/de/LC_MESSAGES/gaby.mo
+%{prefix}/share/locale/es/LC_MESSAGES/gaby.mo
+%{prefix}/share/locale/fi/LC_MESSAGES/gaby.mo
+%{prefix}/share/locale/fr/LC_MESSAGES/gaby.mo
+%{prefix}/share/locale/ja/LC_MESSAGES/gaby.mo
+%{prefix}/share/locale/nl/LC_MESSAGES/gaby.mo
+%{prefix}/share/locale/no/LC_MESSAGES/gaby.mo
+%{prefix}/share/locale/pl/LC_MESSAGES/gaby.mo
+%{prefix}/share/locale/sv/LC_MESSAGES/gaby.mo
This page took 0.058745 seconds and 4 git commands to generate.