| Revision 7069,
1.4 KB
checked in by daisuke, 14 years ago
(diff) |
|
udev-browse: new package
|
| Line | |
|---|
| 1 | Name: udev-browse |
|---|
| 2 | Version: 0.3 |
|---|
| 3 | Release: 1%{?_dist_release} |
|---|
| 4 | Summary: Udev browser tool |
|---|
| 5 | Summary(ja): Udev ブラウザツール |
|---|
| 6 | |
|---|
| 7 | Group: System Environment/Base |
|---|
| 8 | License: LGPLv2+ |
|---|
| 9 | URL: http://git.0pointer.de/?p=udev-browse.git |
|---|
| 10 | Source0: http://0pointer.de/public/%{name}-%{version}.tar.xz |
|---|
| 11 | BuildRequires: vala-devel |
|---|
| 12 | BuildRequires: gtk3-devel |
|---|
| 13 | BuildRequires: libgee06-devel |
|---|
| 14 | BuildRequires: libgudev1-devel |
|---|
| 15 | |
|---|
| 16 | %description |
|---|
| 17 | Graphical tool for browsing and exploring the udev/sysfs tree. |
|---|
| 18 | |
|---|
| 19 | %prep |
|---|
| 20 | %setup -q |
|---|
| 21 | |
|---|
| 22 | %build |
|---|
| 23 | CFLAGS="$RPM_OPT_FLAGS" /usr/bin/make %{?_smp_mflags} |
|---|
| 24 | |
|---|
| 25 | %install |
|---|
| 26 | /usr/bin/install -d %{buildroot}/%{_bindir}/ |
|---|
| 27 | /usr/bin/install -m 755 udev-browse %{buildroot}/%{_bindir}/ |
|---|
| 28 | |
|---|
| 29 | %files |
|---|
| 30 | %doc LGPL |
|---|
| 31 | %{_bindir}/udev-browse |
|---|
| 32 | |
|---|
| 33 | %changelog |
|---|
| 34 | * Sun Nov 04 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3-1 |
|---|
| 35 | - initial build for Vine Linux |
|---|
| 36 | |
|---|
| 37 | * Tue Aug 7 2012 Lennart Poettering <lpoetter@redhat.com> - 0.3-1 |
|---|
| 38 | - Update for newer Vala |
|---|
| 39 | |
|---|
| 40 | * Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-3 |
|---|
| 41 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild |
|---|
| 42 | |
|---|
| 43 | * Tue Mar 27 2012 Lennart Poettering <lpoetter@redhat.com> - 0.2-2 |
|---|
| 44 | - Update for F17 |
|---|
| 45 | |
|---|
| 46 | * Wed Jan 25 2012 Lennart Poettering <lpoetter@redhat.com> - 0.2-1 |
|---|
| 47 | - Update to new upstream release |
|---|
| 48 | |
|---|
| 49 | * Thu Mar 01 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0.1-1 |
|---|
| 50 | - initial build |
|---|
Note: See
TracBrowser
for help on using the repository browser.