rpms/thewidgetfactory/devel thewidgetfactory.desktop, NONE, 1.1 thewidgetfactory.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Luya Tshimbalanga (luya) fedora-extras-commits at redhat.com
Sun Oct 22 01:44:55 UTC 2006


Author: luya

Update of /cvs/extras/rpms/thewidgetfactory/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23538/devel

Modified Files:
	.cvsignore sources 
Added Files:
	thewidgetfactory.desktop thewidgetfactory.spec 
Log Message:
auto-import thewidgetfactory-0.2.1-2 on branch devel from thewidgetfactory-0.2.1-2.src.rpm


--- NEW FILE thewidgetfactory.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=The Widget Factory
# It appears GenericName is not used at all
#GenericName=The Widget Factory
Comment=A tool for previewing GTK widgets
Exec=twf
# Icon not available, need to discuss with upstream maintainer
# Icon=thewidgetfactory.png
Terminal=false
Type=Application
Categories=Development;Tools;
Version=0.2.1


--- NEW FILE thewidgetfactory.spec ---
Name:           thewidgetfactory
Version:        0.2.1
Release:        2%{?dist}
Summary:        A tool for previewing GTK widgets

Group:          Development/Tools
License:        GPL 
URL:            http://www.stellingwerff.com/?page_id=10 
Source0:        http://www.stellingwerff.com/TheWidgetFactory/%{name}-%{version}.tar.gz
Source1:        thewidgetfactory.desktop 
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtk2-devel, desktop-file-utils

%description
The Widget Factory is a program designed to show a wide range of widgets
on a single window.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-install --vendor fedora                            \
        --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
        --add-category X-Fedora                                 \
        %{SOURCE1}

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog README COPYING
%{_bindir}/twf
%{_datadir}/applications/fedora-%{name}.desktop


%changelog
* Sat Oct 21 2006 Luya Tshimbalanga <luya_tfz at thefinalzone.com> 0.2.1-2
 - Fixed permission on bin directory
 - Added desktop-file-utils for menu
* Fri Oct 20 2006 Luya Tshimbalanga <luya_tfz at thefinalzone.com> 0.2.1-1
 - Initial creation 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/thewidgetfactory/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Oct 2006 01:44:00 -0000	1.1
+++ .cvsignore	22 Oct 2006 01:44:25 -0000	1.2
@@ -0,0 +1 @@
+thewidgetfactory-0.2.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/thewidgetfactory/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Oct 2006 01:44:00 -0000	1.1
+++ sources	22 Oct 2006 01:44:25 -0000	1.2
@@ -0,0 +1 @@
+60175721233c6f265326fcdc0334c269  thewidgetfactory-0.2.1.tar.gz




More information about the scm-commits mailing list