From da5e7fc594412fa767341468c20370993135d5cc Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 30 Nov 2014 21:22:19 +0100 Subject: [PATCH] - new --- girl.spec | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 girl.spec diff --git a/girl.spec b/girl.spec new file mode 100644 index 0000000..644dd32 --- /dev/null +++ b/girl.spec @@ -0,0 +1,65 @@ +# +# Conditional build: +%bcond_without static_libs # static library + +Summary: GNOME Internet Radio Locator +Summary(pl.UTF-8): GNOME Internet Radio Locator - program do wyszukiwania rozgłośni internetowych +Name: girl +Version: 0.5.2 +Release: 1 +License: LGPL v2.1+ +Group: Applications/System +Source0: http://ftp.gnome.org/pub/GNOME/sources/girl/0.5/%{name}-%{version}.tar.xz +# Source0-md5: 4ce05f82c21eae47ab6a7327ea864e78 +URL: https://wiki.gnome.org/Apps/Girl +BuildRequires: glib2-devel >= 2.0 +BuildRequires: gnome-vfs2-devel >= 2.0 +BuildRequires: gtk+2-devel >= 1:2.0 +BuildRequires: intltool >= 0.50.1 +BuildRequires: libgnome-devel >= 2.0 +BuildRequires: libgnomecanvas-devel >= 2.0 +BuildRequires: libgnomeui-devel >= 2.0 +BuildRequires: libxml2-devel >= 2.0 +BuildRequires: pkgconfig +BuildRequires: tar >= 1:1.22 +BuildRequires: xz +Suggests: totem +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Girl, the GNOME Internet Radio Locator program, allows users to easily +find live radio programs on radio broadcasters on the Internet. + +%description -l pl.UTF-8 +Girl (GNOME Internet Radio Locator) to program pozwalający +użytkownikom łatwo wyszukać programy internetowych rozgłości radiowych +nadających na żywo. + +%prep +%setup -q + +%build +%configure + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog HACKING LETTER NEWS* README THANKS TODO YP-DIRS +%attr(755,root,root) %{_bindir}/girl +%{_datadir}/appdata/girl.appdata.xml +%{_datadir}/girl +%{_desktopdir}/girl.desktop +%{_iconsdir}/hicolor/*x*/apps/girl.png +%{_mandir}/man1/girl.1* -- 2.44.0