]> git.pld-linux.org Git - packages/gobby.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Mon, 18 Jul 2005 02:18:01 +0000 (02:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gobby.spec -> 1.1

gobby.spec [new file with mode: 0644]

diff --git a/gobby.spec b/gobby.spec
new file mode 100644 (file)
index 0000000..56732ec
--- /dev/null
@@ -0,0 +1,38 @@
+Summary:       Gobby network editor
+Name:          gobby
+Version:       0.1.1
+Release:       1
+License:       BSD
+Group:         Applications/Editors
+Source0:       http://releases.0x539.de/gobby/%{name}-%{version}.tar.gz
+# Source0-md5: d4432093ca10582b6a01dd069ea2322d
+URL:           http://gobby.0x539.de/
+BuildRequires: net6-devel
+BuildRequires: obby-devel
+BuildRequires: gtk+2-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+gobby network editor.
+
+%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)
+%attr(755,root,root) %{_bindir}/*
This page took 0.068037 seconds and 4 git commands to generate.