]> git.pld-linux.org Git - packages/Gforecast.git/commitdiff
- raw version.
authorkloczek <kloczek@pld-linux.org>
Wed, 28 Jun 2000 08:06:28 +0000 (08:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Gforecast.spec -> 1.1

Gforecast.spec [new file with mode: 0644]

diff --git a/Gforecast.spec b/Gforecast.spec
new file mode 100644 (file)
index 0000000..2c9928e
--- /dev/null
@@ -0,0 +1,37 @@
+Summary: A weather forecasting applet for the GNOME Panel
+Name: Gforecast
+Version: 0.1
+Release: 1
+Copyright: GPL
+Group: User Interface/Desktops
+Source: Gforecast-0.1.tar.gz
+Requires: gnome-libs >= 1.2.1
+Requires: gnome-core >= 1.2.1
+URL: http://waepplets.sourceforge.net/
+BuildRoot: /tmp/Gforecast-root
+
+%description
+Simple applet that gets the forecast for a chosen city and shows it as
+an icon image in a GNOME applet.
+
+%prep
+%setup
+
+%build
+CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make prefix=$RPM_BUILD_ROOT/usr install
+du -k $RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-, root, root)
+%doc AUTHORS COPYING ChangeLog NEWS README TODO
+/usr/bin/*
+/usr/share/applets/*
+/usr/etc/CORBA/servers/*
This page took 0.114848 seconds and 4 git commands to generate.